isDateFamilyColumn
isDateFamilyColumn
isDateFamilyColumn(col: ChartColumn ) : boolean
Determines if a specified column belongs to the "date family," meaning it is either a date column or a date-related numeric column.
This function checks if the column is a date column, as determined by
Function Parameters
col:::
- col: ChartColumn
The column to check, represented as a
Returns
boolean
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/date-formatting.ts#L248
--